const github.com/jackc/pgx/v5/pgconn.pipelineSyncRequest

9 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2215: 	pipelineSyncRequest
		pgconn.go#L2271: 	if req == pipelineFlushRequest || req == pipelineSyncRequest {
		pgconn.go#L2276: 	if req == pipelineSyncRequest {
		pgconn.go#L2293: 		if val.RequestType == pipelineSyncRequest {
		pgconn.go#L2338: 		notPendingSync = (val.RequestType == pipelineSyncRequest) && val.WasSentToServer
		pgconn.go#L2340: 		notPendingSync = (s.lastRequestType == pipelineSyncRequest) || (s.lastRequestType == pipelineNil)
		pgconn.go#L2478: 	p.state.PushBackRequestType(pipelineSyncRequest)
		pgconn.go#L2549: 	case pipelineSyncRequest:
		pgconn.go#L2713: 		p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})